home *** CD-ROM | disk | FTP | other *** search
- Path: uunet!ogicse!zephyr.ens.tek.com!tekred!saab!billr
- From: billr@saab.CNA.TEK.COM (Bill Randle)
- Newsgroups: comp.sources.games
- Subject: v11i060: adven2 - generic adventure 551, Patch1
- Message-ID: <6564@tekred.CNA.TEK.COM>
- Date: 16 Nov 90 18:33:59 GMT
- Sender: news@tekred.CNA.TEK.COM
- Lines: 27
- Approved: billr@saab.CNA.TEK.COM
- Posted: Fri Nov 16 10:33:59 1990
-
- Submitted-by: Doug McDonald <mcdonald@aries.scs.uiuc.edu>
- Posting-number: Volume 11, Issue 60
- Archive-name: adven2/Patch1
- Patch-To: adven2: Volume 11, Issue 27-33
-
-
- Some bugs and problems and been found in the 551 point Adventure
- (in Fortran) I posted. I'll report them here. There are no patches:
- some are not serious and I'm not about to try to ferret them out,
- and one is easily described in words.
-
- OFFICIAL PROBLEM FIX:
-
- The variable KALFLG is local to the travl sububroutine in asubs.for.
- IT needs to have a statement "SAVE KALFLG" installed up in the
- declarations part of that routine. This of course effects only those
- rare compilers that don't automatically save everything.
-
- Other things:
-
- Don't throw the cloak to the troll. That uncovers bugs.
-
- There are some bugs in the liquid code. This code is a mess and I'm
- not about to try to fix it. Just don't put liquids in un-obvious
- containers. Don't drink oil.
-
- Doug MCDonald
-